WSMessageType
import { WSMessageType } from "@hyper-fetch/sockets"
Description
Defined in client/client.types.ts:33
Preview
type WSMessageType = {
data: string;
id: string;
name: string;
}
Structure
{
data: string;
id: string;
name: string;
}